ends_with

pure function ends_with(suffix: text): boolean

Returns true if this text ends with the specified suffix, otherwise returns false.

Since

0.9.0

Parameters

suffix

The suffix to check.